Skip to content

Conversation

rybrennan
Copy link

Upgraded lxml from 4.5.1 to resolve build and compatibility issues with newer Python versions and system libraries. This ensures the project's stability and functionality across environments, preserving its ability to accurately scrape basketball reference data.

  • Updated lxml in pyproject.toml to a newer, compatible version.
  • Confirmed successful builds and unchanged functionality post-update.
  • Enhanced compatibility with recent Python and system dependencies.

Upgraded lxml from 4.5.1 to resolve build and compatibility issues with newer Python versions and system libraries.
This ensures the project's stability and functionality across environments,
preserving its ability to accurately scrape basketball reference data.

- Updated `lxml` in `pyproject.toml` to a newer, compatible version.
- Confirmed successful builds and unchanged functionality post-update.
- Enhanced compatibility with recent Python and system dependencies.
chardet = "==3.0.4"
idna = "==2.7"
lxml = "==4.5.1"
lxml = "^4.6.3"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR #250 increased the version of lxml to ^4.9.1. So this change would be a lxml version downgrade - feel free to bump the lxml version to a more recent version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants